$osd_borders_color: transparentize(black, 0.3);
$sidebar_bg_color: mix($bg_color, $base_color, 50%);
+$base_hover_color: transparentize($fg_color, 0.95);
$tooltip_borders_color: transparentize(white, 0.9);
outline-offset: -2px;
@extend %undecorated_button;
- &:hover { background-color: mix($fg_color, $bg_color, 10%); }
+ &:hover { background-color: $base_hover_color; } // FIXME
&:selected { @extend %selected_items; }
&:hover {
color: $fg_color;
- background-color: transparentize($fg_color, 0.95);
+ background-color: $base_hover_color;
}
&:disabled { color: transparentize($insensitive_fg_color, 0.7); }
background-color: transparent;
}
- button.flat,
- button.flat:hover {
- text-shadow: none;
- transition: none;
- }
-
&, .csd & {
&.touch-selection,
&.magnifier {
&.osd { @extend %osd; }
}
+ separator { margin: 3px; }
+
list separator { margin: 0px; }
}
outline-offset: -2px; }
modelbutton.flat:hover,
.menuitem.button.flat:hover {
- background-color: #4b5150; }
+ background-color: rgba(238, 238, 236, 0.05); }
modelbutton.flat check:last-child,
modelbutton.flat radio:last-child,
.menuitem.button.flat check:last-child,
popover.background > .location-bar {
border-style: none;
background-color: transparent; }
- popover.background button.flat, popover.background button.sidebar-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
- popover.background .titlebar button.titlebutton,
- .titlebar popover.background button.titlebutton,
- popover.background button.flat:hover,
- popover.background button.sidebar-button:hover,
- popover.background headerbar button.titlebutton:hover,
- headerbar popover.background button.titlebutton:hover,
- popover.background .titlebar button.titlebutton:hover,
- .titlebar popover.background button.titlebutton:hover {
- text-shadow: none;
- transition: none; }
popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier {
border: 1px solid rgba(255, 255, 255, 0.1); }
+ popover.background separator {
+ margin: 3px; }
popover.background list separator {
margin: 0px; }
outline-offset: -2px; }
modelbutton.flat:hover,
.menuitem.button.flat:hover {
- background-color: #d5d6d5; }
+ background-color: rgba(46, 52, 54, 0.05); }
modelbutton.flat check:last-child,
modelbutton.flat radio:last-child,
.menuitem.button.flat check:last-child,
popover.background > .location-bar {
border-style: none;
background-color: transparent; }
- popover.background button.flat, popover.background button.sidebar-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
- popover.background .titlebar button.titlebutton,
- .titlebar popover.background button.titlebutton,
- popover.background button.flat:hover,
- popover.background button.sidebar-button:hover,
- popover.background headerbar button.titlebutton:hover,
- headerbar popover.background button.titlebutton:hover,
- popover.background .titlebar button.titlebutton:hover,
- .titlebar popover.background button.titlebutton:hover {
- text-shadow: none;
- transition: none; }
popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier {
border: 1px solid rgba(255, 255, 255, 0.1); }
+ popover.background separator {
+ margin: 3px; }
popover.background list separator {
margin: 0px; }